The TypeScript Definition Manager.
Updating from 0.6 to 0.7? Make sure you rm -rf typings/
and re-install them, the directory structure has changed.
Quick Start
npm install typings --global
typings search tape
typings search --name react
typings install mocha --ambient --save
typings install chai --save
typings install env!atom --ambient --save
typings install npm!bluebird --save
cat typings/main.d.ts
Usage
Typings is the simple way to manage and install TypeScript definitions. It uses typings.json
, which can resolve to GitHub, NPM, Bower, HTTP and local files. Packages can use type definitions from various sources and different versions, and know they will never cause a conflict for users.
typings install debug --save
A public registry is maintained by the community, and is used to resolve official type definitions for JavaScript packages.
Read More
Contributing
cd typings
npm install
npm run build
npm run test
License
MIT